home *** CD-ROM | disk | FTP | other *** search
/ Aminet 8 / Aminet 8 (1995)(GTI - Schatztruhe)[!][Oct 1995].iso / Aminet / util / shell / ZShell.lha / ZShell27 / ZStart < prev   
Text File  |  1995-08-15  |  716b  |  28 lines

  1. ;Example Script for ZShell
  2. echo "This is an example startup script.^J^J"
  3.  
  4. ask "Do you have OS 3.0 or better ? "
  5. if warn
  6.   config colour 01111111; cls
  7.   echo "Now output is set to one colour to improve scrolling speed.^J"
  8. else
  9.   echo "Sorry, then I cannot improve scrolling speed.^J"
  10. endif
  11.  
  12. review 10000
  13. echo "^JTo see again what scrolled out of the window, press SHIFT TAB.^J"
  14. echo "Press TAB to complete filenames or directorynames.^J"
  15.  
  16. config hide *.info
  17. echo "^JNow icons are ignored by FILENAMECOMPLETION and by DIR.^J"
  18.  
  19. alias arexx %1 %2 putmsg $1 0 0 0 0 0 "$2"
  20. alias runnil "run >"
  21. alias as assign
  22. alias md makedir
  23. alias ren rename
  24. alias del delete
  25. alias dc diskchange
  26. echo "^JThese aliases are set:^J"
  27. alias
  28.